速報APP / 教育 / Path Finding Visualization

Path Finding Visualization

價格:免費

檔案大小:87.3 MB

版本需求:系統需求:iOS 10.0 或以後版本。相容裝置:iPhone、iPad、iPod touch。

支援語言:英語

Path Finding Visualization(圖1)-速報App

Want to see various pathfinding algorithms in action? With Path Finding Visualization, you can visualize, in action, six different algorithms. This app allows you to select your own starting and ending points, select the algorithm you want to use, and add walls in order to create boundaries.

This app includes the following algorithms:

Path Finding Visualization(圖2)-速報App

Dijkstra's - Works by expanding outwards until it reaches the target node. Guaranteed to find the shortest path as long as there are not any negative weights.

Bidirectional Dijkstra's - Dijkstra's algorithm from both sides.

Path Finding Visualization(圖3)-速報App

A* - Like Dijkstra's in that it favors nodes close to the starting point, but also favors nodes close to the ending point (heuristic). It does not guarantee the shortest path. A tie-breaker that prefers straight lines was included in order to prevent multiple nodes from having the same F values.

Bidirectional A* - The A* algorithm from both sides.

Path Finding Visualization(圖4)-速報App

Breadth-First Search - Traverses through a graph one level at a time until it finds the target node. Since there are no weights, this algorithm does guarantee the shortest path.

Depth-First Search - Traverses through a graph by going as deep as possible and then backtracking until it finds the target node. It does not guarantee the shortest path.

Path Finding Visualization(圖5)-速報App

Learning about or want to visualize any of the above algorithms in action? Download Path Finding Visualization today and have a better understanding of how each algorithm works.

支援平台:iPhone, iPad